Skip to content

Conversation

robwise
Copy link
Contributor

@robwise robwise commented Nov 21, 2015

This change is in parallel with the change made for the webpack
tutorial.

See shakacode/react-webpack-rails-tutorial#159

.eslintrc Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove lines 12-14

@robwise
Copy link
Contributor Author

robwise commented Nov 23, 2015

@dylangrafmyre I'm pretty sure we're failing the linters in CI because of needing to update our eslint dependencies. I pass with the latest version of eslint (v1.10.1) locally, but the docker container is shrinkwrapped to v1.6.0. How do I go about updating this?

@dylangrafmyre
Copy link
Contributor

@robwise just need to update the package.json and npm shrinkwrap followed by a push to origin(shakacode/docker-lint). This will trigger a new build of the container image on Docker Hub. And when CI runs it will pull down the latest build. I can help with this if needed?

@robwise
Copy link
Contributor Author

robwise commented Nov 23, 2015

Thanks @dylangrafmyre for helping me on this! We had to update the linter dependencies in the docker image. This should be good to go pending a final review.

@justin808 justin808 added this to the 1.1 milestone Nov 23, 2015
@justin808
Copy link
Member

Looks good. Let's merge.

@justin808
Copy link
Member

@robwise Did you confirm that the generated code passes these linter changes?

@robwise
Copy link
Contributor Author

robwise commented Nov 23, 2015

@justin808 affirmative, good to go

This change is in parallel with the change made for the webpack
tutorial.

See shakacode/react-webpack-rails-tutorial#159

- Fix generator linters templating logic for scss task

- Remove unnecessary lodash import in generated loggerMiddleware

- Exclude dummy apps from linting

- Remove unnecessary 'refs' attribute in generated component

- Add dummy apps to eslintignore
robwise added a commit that referenced this pull request Nov 23, 2015
Update linters to conform to ShakaCode standards
@robwise robwise merged commit 48e117d into master Nov 23, 2015
@robwise robwise deleted the update-linters branch November 23, 2015 23:17
AbanoubGhadban pushed a commit that referenced this pull request Sep 25, 2025
* Add option to SUPPORT_MODULES for loadable-components

Add require to the vm context
Add doc about SSR with loadable-components
Module wrap instead of passing require in context
Add upload asset route
Remove library target option from vm-renderer
JS tests pass
Ensure handling of async errors with Express

JS test pass
https://github.com/Abazhenov/express-async-handler
https://medium.com/@Abazhenov/using-async-await-in-express-with-node-8-b8af872c0016
https://github.com/Abazhenov/express-async-handler#readme

update ruby for circle ci to 2.7
Remove dir creation in config reading
Change sync to async/await
Added locking to uploading assets
Adjust bundler version
Changed name of ISOLATED_VM to SUPPORT_MODULES
Update to Bundler v2

Co-authored-by: Andrey Ashgaliyev <[email protected]>
AbanoubGhadban pushed a commit that referenced this pull request Sep 26, 2025
* Add option to SUPPORT_MODULES for loadable-components

Add require to the vm context
Add doc about SSR with loadable-components
Module wrap instead of passing require in context
Add upload asset route
Remove library target option from vm-renderer
JS tests pass
Ensure handling of async errors with Express

JS test pass
https://github.com/Abazhenov/express-async-handler
https://medium.com/@Abazhenov/using-async-await-in-express-with-node-8-b8af872c0016
https://github.com/Abazhenov/express-async-handler#readme

update ruby for circle ci to 2.7
Remove dir creation in config reading
Change sync to async/await
Added locking to uploading assets
Adjust bundler version
Changed name of ISOLATED_VM to SUPPORT_MODULES
Update to Bundler v2

Co-authored-by: Andrey Ashgaliyev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants